org.eclipse.vtp.desktop.editors.core.elements
Class VariableDeclaration

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.VariableDeclaration
All Implemented Interfaces:
java.lang.Cloneable

public class VariableDeclaration
extends java.lang.Object
implements java.lang.Cloneable

Author:
Trip

Constructor Summary
VariableDeclaration(java.lang.String name, int multiplicity, java.lang.String type, int valueType, java.lang.String value)
           
 
Method Summary
 java.lang.Object clone()
           
 int getMultiplicity()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 int getValueType()
           
 void setMultiplicity(int multiplicity)
           
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 void setValueType(int valueType)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableDeclaration

public VariableDeclaration(java.lang.String name,
                           int multiplicity,
                           java.lang.String type,
                           int valueType,
                           java.lang.String value)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getMultiplicity

public int getMultiplicity()

setMultiplicity

public void setMultiplicity(int multiplicity)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getValueType

public int getValueType()

setValueType

public void setValueType(int valueType)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object